home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI105.ASC < prev    next >
Text File  |  1992-09-02  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 105
  10.   VERSION : 1.0xx, 2.0xx
  11.        OS : MS-DOS, PC-DOS
  12.      DATE : April 7, 1986                                PAGE : 1/2
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  14.  
  15.  
  16.  
  17.  
  18.   This patch automatically responds to the "Include Error
  19.   Messages?" prompt and proceeds to either load or exclude the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.  
  24.   ERROR MESSAGES NOTE: The new version of TINST lets you designate
  25.   the path to the error messages in the event they are stored in a
  26.   directory other than the one active at the time Turbo Pascal is
  27.   loaded. Patches for three different implementations of
  28.  
  29.   Use the DOS utility, DEBUG, to apply the following patch to a
  30.   copy of your original .COM file. Copy DEBUG.COM into the
  31.   directory (or onto the diskette) where your working copy of
  32.   information exactly as it appears. (Conclude each line by
  33.   pressing <Ente
  34.  
  35.  
  36.   Note: 1.  DEBUG is not sensitive to upper and lower case. All
  37.             addresses  are listed in upper case for ease of
  38.             readability.
  39.  
  40.         2.  While in DEBUG, the prompt will appear as a dash (-).
  41.  
  42.         3.  If you do not receive the appropriate response, press
  43.             "q" followed by <Return>, to quit.  Check your version
  44.             numbers and, if correct, try again.
  45.  
  46.   PC-DOS, TURBO.COM - "YES" - MESSAGES INCLUDED
  47.  
  48.        YOU TYPE                           THIS APPEARS
  49.  
  50.        debug TURBO.COM<ENTER>              -
  51.        e29CE                                 xxxx:29CE  E8.
  52.        E9  1C  00<Return>                 -
  53.        e29ED                                 xxxx:29ED  E8.
  54.        E9  05  00<Return>                 -
  55.        w                                    writing xxxx bytes
  56.        q                                    DOS prompt
  57.  
  58.  
  59.   PC-DOS, TURBO.COM - "NO - MESSAGES NOT INCLUDED
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 105
  76.   VERSION : 1.0xx, 2.0xx
  77.        OS : MS-DOS, PC-DOS
  78.      DATE : April 7, 1986                                PAGE : 2/2
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  80.  
  81.  
  82.  
  83.  
  84.        YOU TYPE                           THIS APPEARS
  85.  
  86.        debug TURBO.COM<ENTER>              -
  87.        e29CE                                 xxxx:29CE  E8.
  88.        E9  1C  00<Return>                 -
  89.        e29ED                                 xxxx:29ED  E8.
  90.        E9  08  00<Return>                 -
  91.        w                                    writing xxxx bytes
  92.        q                                    DOS prompt
  93.  
  94.  
  95.  
  96.   DISCLAIMER: You have the right to use this technical information
  97.   subject to the terms of the No-Nonsense License Statement that
  98.   you received with the Borland product to which this information
  99.   pertains.
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.